home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / System / UFileSys.dfm / UFileSys.txt
Encoding:
Text File  |  1999-09-23  |  963 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 363
  3.   Top = 254
  4.   Width = 747
  5.   Height = 207
  6.   Caption = 'FileSystem Testbed'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DriveList: TRzTabbedListBox
  18.     Left = 8
  19.     Top = 16
  20.     Width = 713
  21.     Height = 153
  22.     TabStops.Min = -2147483647
  23.     TabStops.Max = 2147483647
  24.     TabStops.Integers = (
  25.       13
  26.       32
  27.       32
  28.       48
  29.       56
  30.       64)
  31.     Color = 11031552
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clYellow
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ItemHeight = 13
  38.     Items.Strings = (
  39.       'Drive'#9'Volume Label'#9'File System'#9'Serial Number'#9'Bytes'#9#9'Drive Kind'
  40.       #9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9)
  41.     ParentFont = False
  42.     TabOrder = 0
  43.   end
  44. end
  45.